home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / sunos4-1shr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-01  |  343 b   |  15 lines

  1. /* Synched up with: Not in FSF. */
  2.  
  3. /* For building XEmacs under SunOS 4.1.* with dynamic libraries. */
  4.  
  5. #ifdef THIS_IS_YMAKEFILE
  6. # ifdef USE_GCC
  7.   /* of course gcc has to take different args than the rest of the universe */
  8. #  define LD_SWITCH_SYSTEM -dynamic
  9. # else
  10. #  define LD_SWITCH_SYSTEM -Bdynamic
  11. # endif
  12. #endif
  13.  
  14. #include "sunos4-1.h"
  15.